home *** CD-ROM | disk | FTP | other *** search
/ How Does It Work? / How Does It Work.iso / SETUP.INF < prev   
INI File  |  1997-07-08  |  2KB  |  67 lines

  1. ; Software Installation Manager 1.0
  2. ; How Does It Work
  3. ; Setup information file
  4.  
  5. ; General information
  6. [Setup]
  7. RegKey = Infoware\How Does It Work  ; Unique Key for this application, do not change!
  8. AppDir = C:\KOCH\How Does It Work ; default destination directory
  9. AppFolder = KOCH CD-ROM   ; default start menu folder name
  10. Description = How Does It Work; textual description
  11. Files=Files
  12. Links=Links
  13. Registry=Registry
  14. Drivers=Drivers
  15.  
  16. ; Files
  17. [Files]
  18. %SysSharedDir%\pisetup.dll=pisetup.dll, common
  19. #if _M_IX86 >= 500
  20. %SysSharedDir%\pivideo.dll=pentium\pivideo.dll, common
  21. #else
  22. %SysSharedDir%\pivideo.dll=486\pivideo.dll, common
  23. #endif
  24. house.exe=house.exe, main
  25. mlresman.dll=mlresman.dll
  26. mlnavi.dll=mlnavi.dll
  27. mlmview.dll=mlmview.dll
  28. mvcl13n.dll=mvcl13n.dll
  29. mvfs13n.dll=mvfs13n.dll
  30. mvsr13n.dll=mvsr13n.dll
  31. mvtl13n.dll=mvtl13n.dll
  32. readme.txt = readme.txt
  33. data\house.hlp=data\house.hlp
  34. data\house.m13=data\house.m13
  35. data\forward.ani=data\forward.ani
  36. data\left.ani=data\left.ani
  37. data\right.ani=data\right.ani
  38. data\show.ani=data\show.ani
  39. data\stop.ani=data\stop.ani
  40. data\turnl.ani=data\turnl.ani
  41. data\turnr.ani=data\turnr.ani
  42. data\house.gid ; this file created by Windows help and must be deleted on uninstall
  43.  
  44. ; Links to create
  45. [Links]
  46. %Programs%\%AppFolder%\How Does It Work = Program Link
  47. %Programs%\%AppFolder%\How Does It Read Me = ReadMe Link
  48. %Programs%\%AppFolder%\How Does It Uninstall = Uninstall Link
  49.  
  50. [Program Link]
  51. Path = %AppDir%\house.exe
  52.  
  53. [ReadMe Link]
  54. Path =%AppDir%\readme.txt
  55.  
  56. [Uninstall Link]
  57. Path = RunDll32.exe
  58. Arguments = pisetup.dll,stAppMenu_RunDLL Infoware\How Does It Work
  59. IconLocation = %SysSharedDir%\pisetup.dll
  60.  
  61. ; Registry
  62. [Registry]
  63. CD=%SrcDrive%
  64.  
  65. [Drivers]
  66. VIDC.PIVC = pivideo.dll, PIVideo Codec for Windows 32
  67.